Einhugur Xml Plugin for Xojo

TextHelper.Set Method

Sets Double value with precision specifier.

Set(
   value as Double,
   precision as Integer)

Parameters

value
Double value to set.
precision
Precision specifier.

Remarks

If not getting the format you want then you can always format with Xojo string formatting functions and pass in the value as string.

See Also

TextHelper Class